Mark unused variable as such.
authoremellor@ewan <emellor@ewan>
Tue, 20 Sep 2005 16:20:20 +0000 (17:20 +0100)
committeremellor@ewan <emellor@ewan>
Tue, 20 Sep 2005 16:20:20 +0000 (17:20 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendNode.py

index d8eba55d4cc1c39f80d4c98769baab7b2f1fcf06..a1275dc47fe2caeaf1ac759f93197c0bf61ca2c5 100644 (file)
@@ -36,7 +36,7 @@ class XendNode:
     def reboot(self):
         return 0
 
-    def notify(self, uri):
+    def notify(self, _):
         return 0
     
     def cpu_bvt_slice_set(self, ctx_allow):